PresenceStates

public enum PresenceStates

Enumeration values for presence state.

Since

2.0.0

Entries

Link copied to clipboard

presence state for status open and activity unknown

Link copied to clipboard

presence state for status open and activity away

Link copied to clipboard

presence state for status open and activity lunch

Link copied to clipboard

presence state for status open, activity vacation

Link copied to clipboard

presence state for status open, activity busy and note be right back

Link copied to clipboard

presence state for status open and activity on the phone

Link copied to clipboard

presence state for status closed and activity unknown

Link copied to clipboard

presence state for status closed and activity busy

Link copied to clipboard

presence state for status closed and activity vacation

Link copied to clipboard

presence state for status closed and activity lunch

Link copied to clipboard

presence state for status closed and activity on the phone

Link copied to clipboard

presence state for status closed and activity away

Properties

Link copied to clipboard
Link copied to clipboard
public String note
Link copied to clipboard
public String status

Functions

Link copied to clipboard
Link copied to clipboard
public String getNote()
Link copied to clipboard
public String getStatus()
Link copied to clipboard
public void setNote(String note)
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.